home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * *
- * Copyright (C) 1991, Silicon Graphics, Inc. *
- * *
- * These coded instructions, statements, and computer programs contain *
- * unpublished proprietary information of Silicon Graphics, Inc., and *
- * are protected by Federal copyright law. They may not be disclosed *
- * to third parties or copied or duplicated in any form, in whole or *
- * in part, without the prior written consent of Silicon Graphics, Inc. *
- * *
- **************************************************************************/
- #ifndef __GL_VIDEODEV_H__
- #define __GL_VIDEODEV_H__
- #ident "$Revision: 1.8 $"
-
- #define VID_VP (1 << 24) /* same as 0x1000000 */
- #define VID_BVO (2 << 24) /* same as 0x2000000 */
- #define VID_LIGHT (3 << 24) /* same as 0x3000000 */
- #define VID_EXPRESS (4 << 24) /* same as 0x4000000 */
- #define VID_NEWPORT (5 << 24) /* same as 0x5000000 */
- #define VID_CGDE (0 << 24)
-
-
- #endif /* __GL_VIDEODEV_H */
-